home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / Kant Pro source Folder / Kant Pro 1.1 ƒ / Shell ƒ / file utilities.h < prev    next >
Encoding:
Text File  |  1994-11-11  |  345 b   |  9 lines  |  [TEXT/MMCC]

  1. OSErr GetApplicationFSSpec(FSSpec *theFS);
  2. OSErr GetApplicationVRefNum(short *vRefNum);
  3. OSErr GetApplicationParID(long *parID);
  4. OSType GetFileType(FSSpec *myFSS);
  5. unsigned long GetModificationDate(FSSpec *myFSS);
  6. OSErr SetModificationDate(FSSpec *myFSS, unsigned long theDate);
  7. OSErr TouchFolder(FSSpec *theFS);
  8. OSErr FileExists(FSSpec *theFS);
  9.